golang.org/x/net/http2.ClientConn.closing (field)
5 uses
golang.org/x/net/http2 (current package)
transport.go#L312: closing bool
transport.go#L936: Closing: cc.closing || cc.singleUse || cc.doNotReuse || cc.goAway != nil,
transport.go#L972: st.canTakeNewRequest = cc.goAway == nil && !cc.closed && !cc.closing && maxConcurrentOkay &&
transport.go#L1087: closing := cc.closing
transport.go#L1088: cc.closing = true
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)